C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / CanInsert Method
This parameter is ignored because Entity Framework works with non-ordered sources.
The item that would be inserted.

In This Topic
CanInsert Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Determines whether a new item can be inserted in the collection at the specified index.
Syntax
'Declaration
 
Public Overrides Function CanInsert( _
   ByVal index As Integer, _
   ByVal item As T _
) As Boolean
 

Parameters

index
This parameter is ignored because Entity Framework works with non-ordered sources.
item
The item that would be inserted.
See Also